home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _5948EFD4D51B434C8BF0D582350F8F2D < prev    next >
Extensible Markup Language  |  2005-11-23  |  2KB  |  44 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!-- The grabber xml file describes how to get the program listing infomation from the page. -->
  4. <!-- It has the following format: -->
  5.  
  6. <profile>
  7.  
  8. <!-- Channel section lists all the channels available from this website. -->
  9.  
  10.   <section name="ChannelList">
  11.     <entry name="nordic@tv1000.no">76</entry>        <!-- TV 1000 Nordic -->
  12.     <entry name="explorer@viasat.no">66</entry>        <!-- Viasat Explorer -->
  13.     <entry name="nationalgeographic.com">81</entry>        <!-- National Geographic Channel -->
  14.     <entry name="jetix.no">82</entry>            <!-- Jetix -->
  15.     <entry name="action@tv1000.no">78</entry>        <!-- TV 1000 Action -->
  16.     <entry name="classic@tv1000.no">79</entry>        <!-- TV 1000 Classic -->
  17.     <entry name="family@tv1000.no">80</entry>        <!-- TV 1000 Family -->
  18.   </section>
  19.  
  20. <!-- Formating of Listing -->
  21.   <section name="Listing">
  22.     <entry name="BaseURL">http://fredag.dagbladet.no/tv/</entry>
  23.     <entry name="SearchURL">index.html?kategori_id=&kanal_id=#ID&dag=#DAY_OFFSET&fra_tid=0&til_tid=24</entry>
  24.  
  25. <!-- Unique Listing Start string -->
  26.     <entry name="Start"><!-- hovedtabell --></entry>
  27.  
  28. <!-- Unique Listing End string -->
  29.     <entry name="End"><!-- /hovedtabell --></entry>
  30.  
  31. <!-- Template of the Listing information -->
  32.     <entry name="Template">
  33.     <tr><td></td></tr>
  34.     <td><#START><br>(<#END>)</td>
  35.     <td><table><tr><td></td></tr></table><#TITLE><br><#DESCRIPTION><br><br></td></tr>
  36.     </entry>
  37.   </section>
  38.   <section name="Info">
  39.     <entry name="GuideDays">7</entry>
  40.     <entry name="Lang">no</entry>
  41.     <entry name="SiteDescription">fredag.dagbladet.no is a good grabber, but currently lack genre-grabbing. The server is a bit unstable, and suffers by the workload generated by the XMLTV-grabber for Norway.</entry>
  42.     <entry name="TimeZone">W. Europe Standard Time</entry>
  43.   </section>
  44. </profile>